.talk{
	width:100%;
	height:100%;
    z-index:2;
    cursor: pointer;
}

.talk-head{
    background-image: url(/ccdc/static/CB_CN/images/bonder.gif);
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 200px;
    cursor: pointer;
    transition: all 0.6s;
    text-align: left;
}
.talk-head:hover {
    -webkit-transform: translateY(-10px) translateZ(0) scale(1.2);
    -moz-transform: translateY(-10px) translateZ(0) scale(1.2);
    -ms-transform: translateY(-10px) translateZ(0) scale(1.2);
    -o-transform: translateY(-10px) translateZ(0) scale(1.2);
    transform: translateY(-10px) translateZ(0) scale(1.2);
} 
.talk-head .talk-link{
    color: #000;
    font-weight: bolder;
    line-height: 45px;
    margin-left: .5rem;
    float: left;
}
.talk-img{
    width: 3em;
    height: 2em;
    vertical-align: middle;
}
.talk-head .close{
    color: #ffffff;
    line-height: 35px;
}
.talk-head .slide{
    color: #c6c8ca;
    cursor: pointer;
    float: right;
    margin-right: 12px;
    line-height: 45px;
}
.talk-head .slide:hover{
    color: #ffffff99;
}
.talk-body{
    width: 460px;
    display: none;
}
.talk-input{
    border: 1px solid #c6c8ca;
    height: 145px;
}
.talk-content{
    padding: 5px 5px 5px 5px;
    overflow: auto;
    height: 65%;
    outline: none;
}
.rfixed{
    position: fixed;
    right: 40px;
    bottom: 190px;
    z-index: 1000;
}